func runtime.modtimer
5 uses
runtime (current package)
netpoll.go#L364: modtimer(&pd.rt, pd.rd, 0, rtf, pd.makeArg(), pd.rseq)
netpoll.go#L380: modtimer(&pd.wt, pd.wd, 0, netpollWriteDeadline, pd.makeArg(), pd.wseq)
time.go#L236: modtimer(t, when, period, f, arg, seq)
time.go#L424: func modtimer(t *timer, when, period int64, f func(any, uintptr), arg any, seq uintptr) bool {
time.go#L540: return modtimer(t, when, t.period, t.f, t.arg, t.seq)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)